@charset "utf-8";


.in_js_01_01{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 300px;
}

.in_js_01_02,.in_js_01_03{
    color: #fff;
}
.in_js_01_02,.in_js_01_04{
    padding-top: 60px;
}
.in_js_01_04{
    min-height: 250px;
}
.in_js_01_05{
    width: 23.65%;
    margin-left: 1.8%;
    background-color: #fff;
    float: left;
    margin-bottom: 70px;
    position: relative;
    min-height: 390px;
}
.in_js_01_05:first-child {
    margin-left: 0;
}

.in_js_01_06{
    width: 100%;
    position: absolute;
    top:0;
    overflow: hidden;
}
.in_js_01_06 img{
    width: 100%;
    transform: scale(1,1);
    transition: all 0.6s;
}
.in_js_01_07{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.in_js_01_05:nth-child(2n) .in_js_01_07{
    top:0;
    bottom: auto;
}
.in_js_01_05:nth-child(2n) .in_js_01_06{
    top:auto;
    bottom: 0;
}
.in_js_01_08{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-top: 25px;
    color: #333;
    transition: all .5s ease;
    line-height: 1.1;
    margin: 0 auto;
}
.in_js_01_09{
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    color: #444;
    width: 94%;
    padding: 0 0 25px;
    min-height: 100px;
    margin: 25px auto 0;
}
.in_js_01_09 span{
    font-weight: bold;
    text-transform: uppercase;
    color: #0dad3b;
}

.in_js_01_05:hover .in_js_01_07 .in_js_01_08{
    color: #053e95;
}
.in_js_01_05:hover .in_js_01_06 img{
    transform: scale(1.1,1.1);
    transition: all 0.8s;
}







@media screen and (max-width: 1199px){
    .in_js_01_05{
        width: 47.5%;
        margin-right: 5%;
        margin-left: 0;
        margin-bottom: 20px;
        min-height: 290px;
    }
    .in_js_01_05:nth-child(2n){
        margin-right: 0;
      }
.in_js_01_08{
    font-size: 16px;
    padding-top: 15px;
}
      .in_js_01_09{
        font-size: 14px;
        line-height: 20px;
        margin: 15px auto 0;
      }
}